Return the length of the list object in list; this is equivalent to len(list) on a list object. Py_ssize_t PyList_GET_SIZE (PyObject *list) Macro form of PyList_Size() without error checking. PyObject* PyList_GetItem (PyObject *list, Py_ssize_t index) Ret